home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / tpp410n.lha / TPPGlobal.lha / rexx / tpl / TeXumlaute.tpl < prev    next >
Text File  |  1992-05-02  |  463b  |  28 lines

  1. /* TeX-Umlaut-macro */
  2.  
  3. /* ä ö ü Ä Ö Ü ß ---> \"a \"o \"u \"A \"O \"U \ss{} */
  4.  
  5. address 'TextPlus'
  6.  
  7. /* ersetze ununterbrochen */
  8. /* replace continously */
  9.  
  10. 'Continuous' 'on'
  11.  
  12. /* springe in die erste zeile und in die erste spalte */
  13. /* jump to first line and first column */
  14.  
  15. 'Top'
  16. 'First'
  17.  
  18. /* und ersetze ... */
  19. /* and replace ... */
  20.  
  21. 'Replace' 'ä \"a'
  22. 'Replace' 'ü \"u'
  23. 'Replace' 'ö \"o'
  24. 'Replace' 'ß \ss{}'
  25. 'Replace' 'Ä \"A'
  26. 'Replace' 'Ü \"U'
  27. 'Replace' 'Ö \"O'
  28.